func time.get2
9 uses
time (current package)
zoneinfo_read.go#L392: func get2(b []byte) int {
zoneinfo_read.go#L421: n := get2(buf[10:])
zoneinfo_read.go#L457: meth := get2(buf[10:])
zoneinfo_read.go#L459: namelen := get2(buf[28:])
zoneinfo_read.go#L460: xlen := get2(buf[30:])
zoneinfo_read.go#L461: fclen := get2(buf[32:])
zoneinfo_read.go#L491: get2(buf[8:]) != meth ||
zoneinfo_read.go#L492: get2(buf[26:]) != namelen ||
zoneinfo_read.go#L496: xlen = get2(buf[28:])
The pages are generated with Golds v0.6.7. (GOOS=linux GOARCH=amd64) Golds is a Go 101 project developed by Tapir Liu. PR and bug reports are welcome and can be submitted to the issue list. Please follow @Go100and1 (reachable from the left QR code) to get the latest news of Golds. |